- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- text edit box (not rich edit)
- Scroll bars
- Buttons
I could not find any examples of these. The only one I could find an example of was a progress bar and
iret = DlgSendCtrlMessage(context % PBDlg, IDC_PROGRESS1, PBM_SETBARCOLOR, 0, cref)
seem to do the job very well.
If some one could show the actual code line to do that for edit boxes, buttons and scroll barsit would be great. I could not make any sense from the help on GETSYSCOLOR and SETSYSCOLOR, WM_CTLCOLOREDIT etc and besides there is not an example of usage alongside that help
Finally, another stupid question. How does one search this forum. The search button on the top will search everything on Intel's site for a keyword. I want to search by keyword just in this forum.
Any help would be appreciated.
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Heatpro.obj : error LNK2001: unresolved external symbol _XFTCTRL_mp_XCTLSETSUB@16
Heatpro.obj : error LNK2001: unresolved external symbol _XFTCTRL_mp_XCTLSETLOG@16
Heatpro.obj : error LNK2001: unresolved external symbol _XFTCTRL_mp_XCTLSETCHAR@20
Heatpro.obj : error LNK2001: unresolved external symbol _XFTCTRL_mp_XCTLSETINT@16
Heatpro.obj : error LNK2001: unresolved external symbol _XFLOGM_mp_DLGMODAL@8
Heatpro.obj : error LNK2001: unresolved external symbol _XFTDIALOG_mp_XDESTROYDIALOG@4
sbo2_3___Win32_Release/sbo2_3.exe : fatal error LNK1120: 7 unresolved externals
Error executing link.exe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sumit,
If you replace Dflogm with Xflogm it should work. Please let me know if it doesn't.
If I recall correctly, in xflogm 2.0 I removed DLG_RANGE (=hiword+loword)and used DLG_RANGEMIN/DLG_RANGEMAX as in DFLOGM documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Jugoslav,
I tried using use xflogm in the CVF example sample provided with the compiler by the name of Whizzy and it works great.
I could even change the background of the celcius box to green with the following:
retlog = DlgSet( dlg, IDC_EDIT_CELSIUS,#008000, DLG_BKCOLOR )
However, in the Code (another workspace and project)I have which is much longer and complex, I keep getting the same LNK2001 errors as in my previous posting.
I have added the xft.lib (unlder link)and the xft/include directory is also in the search path
What else could be wrong to get the following type errors.
error LNK2001: unresolved external symbol _XFLOGM_mp_DLGINIT@8
I must be doing something wrong.
I have may dialog boxes in my project. I havent changed all of them to xflogm. Could that be a problem.
Thanks for any suggestions.
Sumit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MODULE PROCEDURE PXDlgInit
MODULE PROCEDURE PXDlgInitWithResourceHandle
END INTERFACE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sumit,
1) You need hInstance as first argument to LoadIcon/LoadImage, which you can obtain using GetModuleHandle(0).
2) Sounds like bug in XFLOGM (I think I know what I forgot -- see"Example" in xftwnd/message handlers/WM_VSCROLL in help). I'llinvestigate & let you know about the update.
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No additional files should be redistributed with XFT-based applications.
I'll let you know about the update -- alas, I'm a little buried at the moment.
Jugoslav

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page