Search found 3 matches

by valvarez
Wed Mar 11, 2015 10:42 am
Forum: Developer's Forum for Windows
Topic: Embarcadero XE7 64bits
Replies: 5
Views: 10085

Re: Embarcadero XE7 64bits

Now we have:
- 32 bits v2 compiled library.
- 64 bits v3 library using embarcadero MKEXP.EXE

We want 32 bits library of v3 dll, but embarcadero implib.exe can't make a library with your dll.

Thanks.
by valvarez
Mon Mar 02, 2015 11:50 am
Forum: Developer's Forum for Windows
Topic: Embarcadero XE7 64bits
Replies: 5
Views: 10085

Re: Embarcadero XE7 64bits

Hello. We downloaded 3DxWare SDK but libraries are in COFF format, and Embarcadero 32 bits uses OMF format and 64 bits libraries are in ELF format. We tried to convert the coff libraries to omf and elf formats, but it was impossible. However, Embarcadero has a tool to import dll to lib. With this to...
by valvarez
Mon Feb 16, 2015 10:10 am
Forum: Developer's Forum for Windows
Topic: Embarcadero XE7 64bits
Replies: 5
Views: 10085

Embarcadero XE7 64bits

We have an application that uses your Space Navigator device. The application and your library (version 1.22) were compiled in Borland C++ using Embarcadero 2010. Now we're porting the application to Embarcadero XE7 and we found that if we compile in 32bits mode there's no problem, but in 64 bits (c...