POPCAPTION with resources in external DLL
Posted: Thu Feb 18, 2010 6:41 am
Hi Roger,
I was changing my application to use an external DLL for my buttons. It seems as the POPCAPTION doesn't work with this. I did the following:
- I created the external DLL, named ABO_RES.DLL
- At the start of my application, I have:
nResDll := dllLoad("ABORES.DLL')
DC_BitmapResourceFile( nResDll)
- The captions of the pushbuttons are OK.
- Where I used a POPCAPTION, there is nothing shown.
- As POPCAPTION i have ABO_SEARCH_MINI. I tested this on a button, and it is working correctly, so it must be in my DLL.
- I tested the wonderfull BITMAP_BUG_M as POPCAPTION, and this is also working.
Is it possible that POPCAPTION doesn't use the 'nResDll' which is specified with dc_BitmapResourceFile?
I was changing my application to use an external DLL for my buttons. It seems as the POPCAPTION doesn't work with this. I did the following:
- I created the external DLL, named ABO_RES.DLL
- At the start of my application, I have:
nResDll := dllLoad("ABORES.DLL')
DC_BitmapResourceFile( nResDll)
- The captions of the pushbuttons are OK.
- Where I used a POPCAPTION, there is nothing shown.
- As POPCAPTION i have ABO_SEARCH_MINI. I tested this on a button, and it is working correctly, so it must be in my DLL.
- I tested the wonderfull BITMAP_BUG_M as POPCAPTION, and this is also working.
Is it possible that POPCAPTION doesn't use the 'nResDll' which is specified with dc_BitmapResourceFile?