User forums > Nightly builds
The 29 october 2006 build is out.
skirby:
Hello,
I try to get the address of LockResource function and the debugger display the address of SetHandleCount function.
Does anybody know what's wrong?
Here is the piece of code in order to reproduce the problem:
--- Code: ---#include <windows.h>
typedef LPVOID (__stdcall* apiLockResource) (HGLOBAL hResData);
apiLockResource MyLockResource;
int main()
{
HMODULE hmod;
hmod = LoadLibrary("kernel32.dll");
MyLockResource = (apiLockResource)GetProcAddress(hmod, "LockResource");
FreeLibrary(hmod);
return 0;
}
--- End code ---
For information, I use Windows 2000 sp4 and the last nightly build (10/29/2006).
I don't know if it is a bug from C::B or the compiler (I use GCC GNU Compiler).
I hope you could give me some informations about this behavior.
Thanks and have a nice day.
cstudent:
I created an Ubuntu deb for Edgy. It can be downloaded at the link below.
http://www.savefile.com/projects/1037211
Cstudent
Roman:
Hi guys
i have an idea on easy to implement improvement:
In debug mode i like to point a mouse to a variable to see what the hell a variable is. It is very useful.
Tere is an issue : when a small window with variable description appears i can't use F7, SHIFT-F7 and so on,
i must wait until window dissappears.
The second thing - it would be cool if this info window appear when i point to eax,ebx and so on in disassembly window.
Best Wishes
Roman
SharkCZ:
--- Quote from: afb on October 30, 2006, 10:34:10 am ---
--- Quote from: SharkCZ on October 30, 2006, 09:49:26 am ---This nightly build will be available soon in Fedora Extras for Fedora Core 5, 6 and Development.
--- End quote ---
Did you sort out / patch the bugs with "make dist" and "codeblocks.spec" then ?
BTW, I think it should be possible to build for Fedora Core 1-4 same as CentOS.
That is: build subversion-1.4 and wxGTK-devel-2.6, and build a codeblocks RPM.
--- End quote ---
"make dist" is not required, I am getting the sources with "svn export -r $release"
the spec file is fedora (and perhaps RHEL) specific, but it was derived from the one which is included with the sources
subversion is not required during the build because the generated files are created directly from the spec file which contains all needed information
wxGTK is already included in Fedora Extras
afb:
--- Quote from: SharkCZ on November 03, 2006, 10:42:31 pm ---"make dist" is not required, I am getting the sources with "svn export -r $release"
--- End quote ---
Good for you, since the "make dist" is broken...
--- Quote ---the spec file is fedora (and perhaps RHEL) specific, but it was derived from the one which is included with the sources
subversion is not required during the build because the generated files are created directly from the spec file which contains all needed information
--- End quote ---
Yeah, I saw the Fedora spec file - nice hack! :-)
--- Quote ---wxGTK is already included in Fedora Extras
--- End quote ---
Yes, but only for FC5/FC6/FCdev - not for earlier.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version