Search found 4 matches

by noman9607
Sun Mar 30, 2008 6:50 am
Forum: Resource Builder
Topic: Label control does not display properly
Replies: 1
Views: 23000

Label control does not display properly

I have version 2.6.4.1. I have noticed that when entering the text in a label control the text wraps to two lines unnecessarily. When the rc file is compiled and linked to the exe and the program is run in windows there is much more room betwwen the controls than Resource Builder represents. When I ...
by noman9607
Fri Jan 04, 2008 4:30 pm
Forum: Resource Builder
Topic: Pelles C problem
Replies: 5
Views: 34896

Here is the message I get: Error ID: 116 Error message: File C:\Program Files\PellesC\Include\Win\commctrl.h. Line 51 : 116. Number expected but got __POCC__ in expression I find it very odd that RB is scanning a file it does not need, then reporting an error for doing so. Remember that RB works fin...
by noman9607
Fri Jan 04, 2008 4:00 am
Forum: Resource Builder
Topic: Pelles C problem
Replies: 5
Views: 34896

not much help

The path for main.h changes for every project and even for debug and release versions. The help file is confusing for it states that the "Include directories" are browsed while compiling scripts with#include filename directives but I don't want RB to browse those directories, I want the st...
by noman9607
Thu Jan 03, 2008 2:33 pm
Forum: Resource Builder
Topic: Pelles C problem
Replies: 5
Views: 34896

Pelles C problem

I am having a little problem using RB with Pelles C and the rc format. The problem is just a few lines at the top of the .rc file. Maybe an example is easier: from Pelles: // RESOURCE SCRIPT generated by "Pelles C for Windows, version 1.00". #include <windows.h> #include <commctrl.h> #incl...