Use in custom object some functions

Use in custom object some functions

Anonymous
Not applicable
326 Views
2 Replies
Message 1 of 3

Use in custom object some functions

Anonymous
Not applicable
Hi!

Why in custom object ?????? informs:

"Unresolved external symbol _acdbRegApp.."

"Unresolved external symbol _acdbSetVar.."

"Unresolved external symbol _acedAlert."

Thanks
0 Likes
327 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Those are all functions that are exported from acad.exe and are found in
acad.lib when linking an application. So, if your custom object is in a
module that is not linking with acad.lib (such as in a dbx module), then
those functions will not be found.

"Andy" wrote in message
news:5436650@discussion.autodesk.com...
Hi!

Why in custom object ?????? informs:

"Unresolved external symbol _acdbRegApp.."

"Unresolved external symbol _acdbSetVar.."

"Unresolved external symbol _acedAlert."

Thanks
0 Likes
Message 3 of 3

Anonymous
Not applicable
Art!
Thank you very much!

"Art Cooney" wrote in message
news:5437187@discussion.autodesk.com...
Those are all functions that are exported from acad.exe and are found in
acad.lib when linking an application. So, if your custom object is in a
module that is not linking with acad.lib (such as in a dbx module), then
those functions will not be found.

"Andy" wrote in message
news:5436650@discussion.autodesk.com...
Hi!

Why in custom object ?????? informs:

"Unresolved external symbol _acdbRegApp.."

"Unresolved external symbol _acdbSetVar.."

"Unresolved external symbol _acedAlert."

Thanks
0 Likes