The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 DLL for Origin 5.0 compiled with VC5.0++ doesn't work

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
marko Posted - 02/04/1999 : 7:33:00 PM
Hi,

I just tried to rebuild a DLL for Origin with Visual C++ which was originally coded under Borland C++. Well, I was able to get the thing running in some test application which includes the new DLL.

The strange thing which occured was that DUMPBIN shows something like this:
---
ordinal hint name
1 0 ?ABELN@@YAHPAUHWND__@@PAD@Z (00001023)
---
the original dll shows:
---
ordinal hint name
1 0 ABELN (00010146)
---

This already indicated that there will be a problem for Origin to find the appropriate function ABELN.

It looks like I have a problem with my VC++. I am a newbee on this system, so maybe advanced programmers could help me out. The funny thing is that the "?...@@YAKZ@.."-crumbled names in VC++-generated DLLs even occur with the code samples taken from "Visual C++ 5.0" by Kate Gregory.

I think I don't need to mention that Origin certainly didn't find the function ABELN in this DLL...

Any idea?


The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000