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

Search:

Type: Posts; User: FrankieH

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    14,144

    Re: DLL exporting function names - aliases

    thanks again - it's working fine ....
  2. Replies
    7
    Views
    14,144

    Re: DLL exporting function names - aliases

    I'm quite a Watcom-fan :-) the debugger is really great - just missing the possibility to code in teh debugger like in VS and changing from debugging to coding.


    Thanks for responding. I'll give...
  3. Replies
    7
    Views
    14,144

    Re: DLL exporting function names - aliases

    it's plain C - the DLL I'm talking about at least.

    This name decoration with underscore is an old 16 bit thing - afaik.
    Add the @4 is showing the bytecount of the parameters. If two long would be...
  4. Replies
    5
    Views
    11,231

    Re: GetDiskFreeSpaceEx problem

    it seems so :-)

    maybe start with C#, as C++ and the WinAPI is dealing a lot with pointers.

    Your problem ist, that you must now print your variables, not the pointers.
    If there isn't an...
  5. Replies
    7
    Views
    14,144

    DLL exporting function names - aliases

    Hi,

    my problem is, that I have to compile a few programs with VS2005 and other programs with Watcom (OpenWatcom to be exact). A lot of DLLs, most of them with stdcall calling convention.

    Watcom...
  6. Replies
    11
    Views
    1,678

    Re: Simple Windows DLL problem?

    that's wrong

    C++ ist only the coding language - but you must have some background knowledge to use your compiler properly, doesn't matter whether it is VS-6 or VS2005 or VS2008 or Watcom ...
  7. Replies
    5
    Views
    11,231

    Re: GetDiskFreeSpaceEx problem

    Actually, your program should crash, if you are coding it like this.

    What you are doing, is defining some pointers to those large integers. But you must define your variables and use the pointers...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured