Click here to Skip to main content
15,884,537 members

Comments by AJ83 (Top 9 by date)

AJ83 5-Apr-13 1:07am View    
I used the same code mentioned by Pyledirver. But I got "Logon failure: unknown user name or bad password."

I am running my web app on Server 2003 and trying to access folder which is on the network/domain.

Regard,
AJ83
AJ83 16-Sep-11 5:29am View    
Richard, my "convert" function is a part of class which is calling all other function declared in the class.

Basically, I have to export class bby using LoadLibrary(). Any Help!!
AJ83 16-Sep-11 5:23am View    
Actually my application is in C++ which contain ABD.EXE and ABC.DLL.
Now ABC.DLL, I have to call from another application DSA.EXE.

That is why I need to have class as per requirement.
AJ83 16-Sep-11 5:01am View    
When I used extern "C"
{
class __declspec(dllexport) Class Name
{
};
}

It did not work though.
AJ83 16-Sep-11 4:57am View    
Deleted
In which project, I have to use Extern "C"??