Search:

Type: Posts; User: Nelviticus

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,213

    For free tools you can look here (URL nicked from...

    For free tools you can look here (URL nicked from someone else's post on another thread):

    http://www.thefreecountry.com/programming/editors.shtml

    As far as I know anyone can use MFC.

    But if...
  2. Replies
    2
    Views
    1,947

    Well, this is the way I did it: 1. Make sure...

    Well, this is the way I did it:

    1. Make sure you use WINAPI as the calling convention for the functions you want to export (i.e. make available from VB), like this:

    double WINAPI myFunc(double...
  3. The .dll file is the actual library that other...

    The .dll file is the actual library that other applications/languages will use. Everything else in that directory is just a component of the project, and can be ignored by anything that wants to use...
  4. Replies
    0
    Views
    2,637

    Passing user-defined types from VBA to C DLL

    I am writing a DLL in C to replace some functions in an Excel VBA module. I have replaced many of these successfully but have now reached the point where I need to pass user-defined types (UDT) to...
  5. Replies
    1
    Views
    1,775

    Win32 DLL in Visual Studio.net

    I have experience in console-based C but none in interfacing with Windows. I need to write a Win32 DLL that can be called from VBA, and the compiler I have available is Visual Studio .net. The...
  6. Replies
    16
    Views
    7,656

    Just a thought - you may need to do a locale...

    Just a thought - you may need to do a locale check, as in many countries (such as the UK until a few years ago) a billion is a million million, not a thousand million (aka a 'toy' billion).
Results 1 to 6 of 6