Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Help avoiding exception in Win32::API ?

by Tanktalus (Canon)
on Sep 14, 2005 at 21:10 UTC ( [id://492022]=note: print w/replies, xml ) Need Help??


in reply to Help avoiding exception in Win32::API ?

Trying to avoid Windows at nearly any cost for the last, oh, 10 years now, all I can ask is whether you're compiling in C or C++ mode, and, if C++, try in C mode, or just simply put 'extern "C"' in front of your function name:

extern "C" int PerlTest(int a) { return a+1; }
Just a WAG, but I offer it in the off-chance that this is the problem. Last I recall, MSVC defaulted to C++ mode for compiling C code, but I could easily be misremembering, and they could have easily changed the default, or both. :-)

Replies are listed 'Best First'.
Re^2: Help avoiding exception in Win32::API ?
by jimbojones (Friar) on Sep 14, 2005 at 22:24 UTC
    sorry, my node below 492054 should have been a reply to your node.

    - j

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://492022]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-04-19 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found