Subject | Re: [IBO] Entry point CM_Get_DevNode_Status_Ex not be located in the dynamic link library SETUPAPI.DLL |
---|---|
Author | Jason Wharton |
Post date | 2002-08-19T21:04:28Z |
You didn't tell us what your connect string was.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "omar rosa" <omarrosa@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, August 17, 2002 1:03 PM
Subject: [IBO] Entry point CM_Get_DevNode_Status_Ex not be located in the
dynamic link library SETUPAPI.DLL
HI!
I receive the above mensage (twice) when executing IBODatabase.Connect;
"Entry point CM_Get_DevNode_Status_Ex not be located in the dynamic link
library SETUPAPI.DLL."
In debug, I located the point of message origin, in procedure
TIB_Connection.API_Connect, Module IBA.Connection.IMP line 1843:
errCode := isc_attach_database( @Status,
null_terminated,
PChar( FConnectedDatabase ),
PdbHandle,
bufptr,
@buffer );
In "Call Stack" list have:
TIB_Connection.API_Connect
TIB_Connection.SysConnect(???)
TIB_Connection.Connect
TFormPrisma.FormCreate($F9D59C)
Prismai
I use Win 2000 pro IBO 42Hi IB 6.1
I found WinNT\system32\SETUPAPI.DLL version 5.0.2195.1
I´m not test in other windows version yet!
In other applications using IBO this message not happens. (I will recompile
to test this applications).
Bye!