|
I know that WIN32 is obviously to denote win32 compilation but what is the need for _win32?
Started by Adam Naylor on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
_WIN32 is a name that is reserved....
I'm not sure what projects use a Win32 API an a compiler targeting the Mac - maybe some versionWIN32 is a name that you could use in your own code and so might clash with Microsoft's usage.
It's bounds.
|
|
I want to know what is the standard way of doing it.
currently I'm thinking in add a series of defines in a header file and inlcudie that file in the main resource file win win32 to update the version resource in win32 and in *nix make some global functions...
Started by Aragorn on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Since we wanted for a set pattern (we use something... .
I'm sure a variant of this could be extended to hit the Win32 PE version metadata this; there aren't any real standards for version reporting that are cross-platform.
After this step.
|
|
The respected open source .NET wrapper implementation ( SharpBITS ) of Windows BITS services fails identifying the underlying BITS version under Win7 x64.
Here is the source code that fails. NativeMethods are native Win32 calls wrapped by .NET methods...
Answer Snippets (Read the full thread at stackoverflow):
I remember seeing a Big Bug ....
I looked at SharpBITS about a year ago.
I don't know if something's wrong with your code, but have you considered using the FileVersionInfo class rather than P/Invoke API calls ? It's easier to use and less error prone.. .
|
Ask your Facebook Friends
|
I've got some P/Invoke code that invokes DBGHELP.DLL. I'll add the signatures to pinvoke.net later.
The version of DBGHELP.DLL that ships with Windows 2003 is too old, and my code requires the version of DBGHELP.DLL that shipped with "Debugging Tools ...
Started by Roger Lipscombe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To import (but not call) a function that's only present in DbgHelp.DLL version 6.9 and higher?.
|
|
I've got a solution with about 8 separate projects in it and every time I do a release build of the entire solution I need to make sure that the version string for the binary output of each project is the same. Is there an easy way to synchronize the ...
Started by Adam Haile on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know that this is the way you would want to go, but .rc files allow includes, and you can ... .
The simplest way to implement this would be with a prebuild step from your repository as the version string.
With correct version info.
|
|
I have the need/desire to learn to program against Win32 in C++. I am a little confused as to what Win32 even is, as I have no experience on the platform.
What would you recommend to get me started programming and debugging C++ programs on Win32?
Answer Snippets (Read the full thread at stackoverflow):
Are you trying to....
This is a huge topic.
To compile.
It can also refer to the platform, which is the 32 bit version of Windows.
Win32 usually refers to the Win32 API, which can be used to interact with the Windows operating system.
|
|
Is it possible to use LINQ in win32 DELPHI applications
Started by Jlouro on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Var query = "foobar".Select(x => are probably coming in a future version....
Char.ToUpper(it);
For delphi to use this version of LINQ, it would need to add explicit syntax support code is equivalent to the following non-SQL syntax version.
|
|
Don't know how serious it is, only really giving me pop-ups. but i'm sure it's doing more than just that.
inb4 utorrent
inb4 OP can't inb4
assembly\gac_32 and 64\desktop.ini with sirfef-fq/ho
consrv.dll with sirfef-ho
Avast keeps catching win32:DNSChanger...
Started by Pavel on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at avast):
Well it is congratulation time for GMER as the new aswMBR version.
Not seeing any alerts from avast either.
|
|
Is it in Delphi (Win32) possible to declare a whole class (not only a function of the class) as static?
Started by Wolfhard Kupfer on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
For walkthrough on implementing this I'd recommend this guide which, covers almost any version.
Object.
|
|
How would I go about calling an unexported function in Win32 C++?
Answer Snippets (Read the full thread at stackoverflow):
Any recompile.
It works only on one defined version of that dll.
I don't recommend this though.
|