d00_ape Posted June 18, 2004 Share Posted June 18, 2004 I really have to get my problem solved!!! :wacko: What may be wrong when m_ptr.CreateInstance("MyDll.Class") returns "Invalid class string" I've looked in the registry and find a string "MyDll.Class". The realy strange thing is that calling MyDlldll works perfect on my deveoping CPU but when running it on another CPU after regisering MyDll.dll I got the "Invalid class string" message. Please - Make my Day - APe Link to comment Share on other sites More sharing options...
0 azcodemonkey Posted June 18, 2004 Share Posted June 18, 2004 Does your DLL depend on anything other than standard system files? Link to comment Share on other sites More sharing options...
0 chubby10 Posted June 18, 2004 Share Posted June 18, 2004 I really have to get my problem solved!!! :wacko: What may be wrong when m_ptr.CreateInstance("MyDll.Class") returns "Invalid class string" I've looked in the registry and find a string "MyDll.Class". The realy strange thing is that calling MyDlldll works perfect on my deveoping CPU but when running it on another CPU after regisering MyDll.dll I got the "Invalid class string" message. Please - Make my Day - APe Run DEPENDS... Copy all Dependent files over. Regsrv32 them if necessary... (Depends is in VC++) Link to comment Share on other sites More sharing options...
Question
d00_ape
I really have to get my problem solved!!! :wacko:
What may be wrong when
m_ptr.CreateInstance("MyDll.Class")
returns "Invalid class string"
I've looked in the registry and find a string "MyDll.Class".
The realy strange thing is that calling MyDlldll works perfect on my deveoping CPU but when running it on another CPU after regisering MyDll.dll I got the
"Invalid class string"
message.
Please - Make my Day - APe
Link to comment
Share on other sites
2 answers to this question
Recommended Posts