Search:

Type: Posts; User: torbjorn

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,889

    Thanks, anonytmouse! I tried defining...

    Thanks, anonytmouse!

    I tried defining _NO_SYS_GUID_OPERATOR_EQ_, and it compiled!

    Then I got an error message about "cannot open msvcirtd.lib". I discovered that this .lib file is placed in...
  2. Replies
    9
    Views
    2,889

    Thanks bennyandthejets, I contacted National...

    Thanks bennyandthejets,

    I contacted National Instruments - they deliver a computer vision library (IMAQ) that is used in the application.

    Currently it seems that they have developed support for...
  3. Replies
    9
    Views
    2,889

    I'm sorry, I might be stupid, but is it the "=="...

    I'm sorry, I might be stupid, but is it the "==" operator you are talking about?

    I use == and != all over the place. The CartDetect.pp file is a few thousand lines long, and I can't post it...
  4. Replies
    9
    Views
    2,889

    Hi Kuphryn, I am not sure what the error...

    Hi Kuphryn,

    I am not sure what the error corresponds to, this is the entire build output:


    ------ Rebuild All started: Project: applikasjon, Configuration: Debug Win32 ------

    Deleting...
  5. Replies
    9
    Views
    2,889

    C++ VC6 to VC.NET - strange error

    Hi,

    Using my C++ VS6.0 application, I have converten a .dsw workspace file to .sln by opening it with VS.NET 2003 (and also tested with VS.NET 2002).

    I cleaned some syntax incompability errors,...
  6. Assert error when using CFileDialog Constructor

    Hi,

    I have the following line in one of my C++ functions:


    CFileDialog fileDlg( FALSE, "prg", "program.prg", OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, "Program (*.prg)|*.prg||", NULL);
    I get...
  7. Passing parameters from VB to C++ through ActiveX DLL

    Hi!

    I have built an ActiveX DLL using Visual Basic. How can I pass parameters to and from the DLL from C++? Should I use specific Wizards when creating the C++ project in Visual Studio?

    Below...
  8. Replies
    3
    Views
    1,502

    By the way: I have changed the "vbfunc" to...

    By the way: I have changed the "vbfunc" to "cfunc".

    -Kind of found out that the "c" in "cfunc" represents a char, and not the programming language c... Am I right?

    But also after doing that, it...
  9. Replies
    3
    Views
    1,502

    Hmm...I'm not really sure... I just followed the...

    Hmm...I'm not really sure... I just followed the tutorial at http://www.flipcode.com/articles/article_vbdlls.shtml

    But when I compile the VB dll, there is a .exp-file generated.


    Torbjørn
  10. Thanks, btq! Now I must be able to make it work...

    Thanks, btq! Now I must be able to make it work :-)

    Torbjørn
  11. btq: I get this error when using extern "C++": ...

    btq: I get this error when using extern "C++":


    error C2059: syntax error : 'string'


    Salem: I think you gave me the answer :-) Check out...
Results 1 to 11 of 11