Re: Is there something basic that I have missed on the upgrade to VS2005?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



> It is a COM import library and as far as I can see is not relatied to the
> STL code I am using.

It is not ADO by any chance?
With ADO you do have to "rename" EOF (End of File) as it confuses EOF as
defined in <stdio.h> with its own EOF definition.
I say "rename" in quotes because the #import statement supports renaming of
symbols to prevent name collision - we took advantage of this to rename
"EOF" in ADO as "ADOEOF".

Now it may be that you need to do the same.

If you have used #import for this 3rd party DLL, see if you can find files
on your hard disk

3rdpartyname.TLH
3rdpartyname.TLI

They are the header include and inline functions generated by #import.
Searching through these in an editor might give you an idea as to what
collides.

Stephen Howe


.



Relevant Pages

  • Re: The killer space!
    ... and I want to rename them to follow a date-roll-shot number: ... @echo off ... goto:EOF ...
    (microsoft.public.scripting.vbscript)
  • Re: BOF or EOF error -MSAccess Fixed
    ... There was a bug in D5's ADO that was ... I guess it doesn't want me to close the query when eof is true. ... > I did see a slight difference in MSAccess driver versions under ODBC, ... > between my Win2K and WinXP computers. ...
    (borland.public.delphi.database.ado)
  • Re: renaming a access table in ado .net
    ... i need to rename a table in a access database, ... I'm not aware of any way to rename a table directly using Access SQL DLL. ... You will probably need to use either ADOX or DAO. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Transaction problem between DAO and ADO
    ... Try removing "Do Until .EOF" because it's not end of file and it's looping ... Have recently switched to ADO - not much experience with it either... ... Problem is that the code raises an error in ADO because the DMax function ... Am I right in using connection object to process transactions? ...
    (microsoft.public.access.formscoding)
  • Re: The killer space!
    ... and I want to rename them to follow a date-roll-shot number: ... goto:EOF ... Then the photo site changed the way they named the individual files. ...
    (microsoft.public.scripting.vbscript)