object files

From: Ludas Matyas (matyasludas_at_freemail.hu)
Date: 09/22/04


Date: Wed, 22 Sep 2004 00:08:18 +0100


Hi!

What are cpudetect.obj, float16.obj, arraymath.obj, d3dxmath.obj? Where are
they located(in which directory)? Are they part of any SDKs (for example
Platform or DX)? Are they C++ specific?
I can't find them on my HDD.

In which DLL are ftol, fltused, except_list functions to find, if they are?
What are they for?
I need them because I can't link my program without them.

Thanks,
Ludas



Relevant Pages

  • Re: object files
    ... Are they part of any SDKs (for example ... >I can't find them on my HDD. ... >In which DLL are ftol, fltused, except_list functions to find, if they are? ...
    (alt.comp.lang.learn.c-cpp)
  • Re: Better architecture for cross-platform project
    ... would simply be for a UI that leverages the shared DLL. ... Obviously each platform must have it's own main Form ... > multiple project files for the same set of source files, ... > Then I came up with an idea of creating an abstract class subclassing ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: problems with 3d sound using directmusic
    ... > Above is the overall design of my current project, the platform can run ... > different game depend on user choice. ... The sound engine maintain a static ... but the wave file loaded and played by game dll do not come ...
    (microsoft.public.win32.programmer.directx.audio)
  • Re: C# 64-bit DLL?
    ... I do not utilize any new features in my DLL of 64-bit. ... Check your Project Build Properties, the default Platform target option is set to *AnyCpu*, which mean that your DLL will run as a 64 bit when loaded in a 64 bit process and as 32 bit when loaded in a 32 bit process. ... However, if you don't need the extended addressing capability AND you don't need to run on IA64, then you better set the Platform to "X86". ... your appplication runs as 32 bit on all Windows platforms. ...
    (microsoft.public.dotnet.languages.csharp)
  • problems with 3d sound using directmusic
    ... Above is the overall design of my current project, the platform can run ... different game depend on user choice. ... The sound engine maintain a static ... but the wave file loaded and played by game dll do not come ...
    (microsoft.public.win32.programmer.directx.audio)