C
Colin Peters
Is it possible to export a C style function from a .Net module?
[Why on earth would you want to do that?????]
Glad you asked.
Because this function returns a string of DB tables that ought to be
present in the DB for the module to work. I want to be able to locate
this function using GetProcAddress and test the currently configured DB
for compatibility.
I want this function to be independent from the module as much as possible.
Is there such a compiler switch to spit out a bit of native code?
[Why on earth would you want to do that?????]
Glad you asked.
Because this function returns a string of DB tables that ought to be
present in the DB for the module to work. I want to be able to locate
this function using GetProcAddress and test the currently configured DB
for compatibility.
I want this function to be independent from the module as much as possible.
Is there such a compiler switch to spit out a bit of native code?