CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Alphadan

Page 1 of 11 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: HttpRequest generating weird strings ' and "...

    Thx victor i solved it yesterday, ill post the answer for the sake of future visitors and i hoppe it helps anyone else.

    System.Net.WebUtility.HtmlDecode


    Descripcion =...
  2. [RESOLVED] HttpRequest generating weird strings ' and "...

    This is my code these strings dont show up when I use Webrowser control btw. I think it has to be with the encoding so I explicitly assigned UTF8 to the streamreader with no success any idea about...
  3. Re: [RESOLVED] Writing to a named pipe coming from a service (session 0) without admi

    Thx a lot Igor your solution was very accurate and easy to implement, added reputation for you again thx alot!!!
  4. [RESOLVED] Writing to a named pipe coming from a service (session 0) without admin rights

    Greetings

    I'm trying to write to a named pipe created by a service, as we all know the session 0 isolation implemented in vista and forward makes this task a bit complicated.

    well at this point...
  5. Re: Erorr asigning pointer to iterator ( only after porting to VS2013 )

    Thx you both will try that, i think that solves my problem !!

    added reputation for you both
  6. Re: Erorr asigning pointer to iterator ( only after porting to VS2013 )

    First of all thx for your time this is the code on the data arrival callback produced by the socket handler a wrapper Im using, it works flawlessly on vc6 the problem is the compiler is outdated and...
  7. Erorr asigning pointer to iterator ( only after porting to VS2013 )

    Hello, im trying to port a code from vc6 to vs2013 and im having this error



    Error 11 error C2440: 'initializing' : cannot convert from 'char *' to...
  8. Re: VS2013 Compiling with header redirection IDE complains. "Open SSL"

    Thx for your time!!

    I Knew i could use the dlls but the thing is that i wanted to use the static version... but in case i really need to use the dll version would be a pain in the ... to deploy a...
  9. Re: VS2013 Compiling with header redirection IDE complains. "Open SSL"

    Thanks for your answer, I was thinking about it... but my great doub is im using VS2013, in that page says is for VS2008 will it work with VS2013?.
  10. VS2013 Compiling with header redirection IDE complains. "Open SSL"

    Hello im trying to compile a project that uses Open SSL but i have a problem since compiler complains about this on some headers

    The files are empty and only containing this line:
    ...
  11. Re: Developing Unmanaged aplications in VS2013 to Work Just Like VC6 Did

    Thx i ended up doing it this way.


    i knew i had to install or carry with the runtime as static but thats somethign i was trying to avoid since some libraries i use are compiled in VC6 also there...
  12. [RESOLVED] Developing Unmanaged aplications in VS2013 to Work Just Like VC6 Did

    Well Im trying to develop applications in VS2013, just like i did in VC6 i want the new IDE but i like the old final exe depencencys...

    I developed a simple console project and customer reported,...
  13. MySql Insert with Parameters (as explicit as posible)

    I used this method in previous versions I'm not sure if it was the old connector i used by then but now it throws "Input string was not in a correct format." at the line "sql.ExecuteNonQuery()"
    ...
  14. Re: Selecting right enviroment for programming vb vs vc 2013

    Got my answer the answer is managed c++ since i need easy gui but i also need pointers since i use a lot low level memory magnament. But ill would love to be able to produce unmanaged code for some...
  15. Re: Selecting right enviroment for programming vb vs vc 2013

    Is posible to create unmanaged project in c#? Also how is the gui dev at c# form oriented or mfc?
  16. Selecting right enviroment for programming vb vs vc 2013

    Hello everyone, need advice im planing to start using .net for deveveloping my apps, i am currently using vc6 which its pretty old and unconfortable since intelisense not always work compiler has...
  17. Re: Debugging Access Write from a Error Message.

    Thx for your time i was aware it was a attempt to write at NULL... but somehow your comment open my eyes a lil bit more like the tips to where to check it has to be that...

    how do i enable the...
  18. Debugging Access Write from a Error Message.

    Hello

    I have a crash that is driving me insane on a application the customer machine i coulnt reproduce it yet on my machine... all i have is the error message


    The Instruction 0x0070478b...
  19. Replies
    1
    Views
    1,481

    Re: GeoIP lib Wrapper

    solved using this GeoIp.Lib
    http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2012-12-11/packages/GeoIP-1.4.6-win32ws.zip
  20. Replies
    1
    Views
    1,481

    GeoIP lib Wrapper

    Hello is there a lib wrapper around to query IP precedences from GEOIP databases?


    I been looking in Google alot but seens hard to find at least what im looking for i found this one but i cant...
  21. Replies
    9
    Views
    1,222

    Re: Questions about New and Delete

    its official im using vectors, thx everyone!!
  22. Replies
    9
    Views
    1,222

    Re: Questions about New and Delete

    hmmm interesting ill consider using STL vectors, do they add much overhead? since im trying to work with time critical functions.

    Thx for ur time once again.
  23. Replies
    9
    Views
    1,222

    Questions about New and Delete

    Hi


    im afraid to create leaks while using heap, I have few questions,

    how does delete [] knows how many memory was allocated in th 1st place.

    Is it stored somewhere in the memory layout?
    ...
  24. Re: Displaying a bitmap from memory to a Dialog or CStatic

    thx gonna try it
  25. Re: Displaying a bitmap from memory to a Dialog or CStatic

    thx for ur answer

    May be i didnt explain myself properly what i dont understand is where do i get the CDC* from my CStatic to draw there.

    in few words i need to make this example work cause i...
Results 1 to 25 of 255
Page 1 of 11 1 2 3 4





Click Here to Expand Forum to Full Width

Featured