API Support Forum
OEC API > API Support > UUID property in docs, but not in binaries
Author Topic: UUID property in docs, but not in binaries
(7 messages, Page 1 of 1)
Moderators: VPfau
THarnett81
Posts: 78
Joined: Jan 13, 2011


Posted: Aug 23, 2011 @ 12:42 PM             Msg. 1 of 7
The OEC compliance folks are saying that we need to supply UUIDs in our connections now.

The docs show the property, and it appears simple enough to use:
http://www.openecry.com/api/api/OEC.API.OECClient.UUID.html

However, my binaries don't have this property in that class. I just went to http://www.openecry.com/services/api_highlights.cfm
and downloaded then anew. They are the same versions I already had.

Can someone help?
VictorV
Posts: 746
Joined: May 08, 2007


Posted: Aug 24, 2011 @ 11:27 AM             Msg. 2 of 7
Hello,

please try to download samples again: we have updated them right now. As another way - you can get OECAPI dlls from the latest version of OEC Trader Developer 3.5.0.30

Victor Vins
Lead Software Developer
THarnett81
Posts: 78
Joined: Jan 13, 2011


Posted: Aug 24, 2011 @ 12:10 PM             Msg. 3 of 7
Thanks, got it.

Is there a reason why the downloads are installation programs? There's no actual program installed.

I see no reason why this shouldn't just be a simple zip instead of a program that needlessly alters my registry and puts its files in "Program Files".
VictorV
Posts: 746
Joined: May 08, 2007


Posted: Aug 24, 2011 @ 12:45 PM             Msg. 4 of 7
What installations do you mean? As I know all C# samples are ZIP files.

Victor Vins
Lead Software Developer
THarnett81
Posts: 78
Joined: Jan 13, 2011


Posted: Aug 24, 2011 @ 01:27 PM             Msg. 5 of 7
I'm referring to the "Download" link that you can see in this image. It's an installer, but all it does is put dlls in a Program Files folder.

http://i55.tinypic.com/2146tcy.png
VictorV
Posts: 746
Joined: May 08, 2007


Posted: Aug 24, 2011 @ 01:41 PM             Msg. 6 of 7
This is OEC COM API installation that registers COM in the system. Samples for OEC COM API will not work without it.

Victor Vins
Lead Software Developer
THarnett81
Posts: 78
Joined: Jan 13, 2011


Posted: Aug 24, 2011 @ 02:03 PM             Msg. 7 of 7
Thanks.