There is nothing in my program, its just showing one bitmap from DB...
using WinDrawBitmap like this..
MemHandle bitmapH =NULL;
MemPtr bitmapP = NULL;
bitmapH = DmGetResource(bitmapRsc, NewBitmapFamily);
if(bitmapH != NULL)
{
btimapP = (BitmapType*) MemHandleLock(bitmapH);
if(bitmapP != NULL);
{
WinDrawBitmap(bitmapP,0,0);
MemHandleUnlock(bitmapH);
bitmapP= NULL;
DmReleaseResource(bitmapH);
}
bitmapH=NULL;
}
Its compiling and also running, giving the correct output.. but its not
debugging. Not only this program any program,its not debugging .
Sumesh..
Durgesh Trivedi wrote:
U have not wirtten what u r doing so it giving this problem ?
But I think u r writing the data base means try to write some thing in the database but writng on some wrong chuck or exeed the boundy of the memory chunk during writing some thing. U must take care the offset during writing some thing
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/