Maybe i could not be clear with my question... my code is
This is the structure:
Private Structure Photo
Dim PhotoName As String
Dim FormPhoto As frmFoto
Dim w As Integer
Dim w3 As Integer
Dim h As Integer
Dim StartPixel As Integer
Dim header() As Byte
Dim g(,) As Byte...
I'll try to give more informations...
This is the structure:
Private Structure Photo
Dim PhotoName As String
Dim FormPhoto As frmFoto
Dim w As Integer
Dim w3 As Integer
Dim h As Integer
Dim StartPixel As Integer
Dim header() As Byte
Dim g(,) As Byte 'pixel matrix
End...
sorry i didn't traduce all th question...i'm italian
After i've tried to update a vb 6.0 project to vb.net, using visual studio
utility,i can't read correctly data bytes from a .bmp file to insert them in
a matrix to operate on.
Using vb 6.0 the code was based on Get function:
GET #1...
After i've tried to update a vb 6.0 project to vb.net, using visual studio utility,i can't read correctly data bytes from a .bmp file to insert them in a matrix to operate on.
Using vb 6.0 the code was based on Get function:
GET #1, PIXELSTART, PHOTO.MATRIX
where PHOTO is a structure data...
After i've tried to update a vb 6.0 project to vb.net, using visual studio utility,i can't read correctly data bytes from a .bmp file to insert them in a matrix to operate on.
Using vb 6.0 the code was based on Get function:
GET #1, PIXELSTART, PHOTO.MATRIX
where PHOTO is a structure data...
I've an error and i can't understand the reason...i've an app that serialize
elements organized in records of a my-class type that contain input data from
user in a CFormView.
So if i put those records in a CObArray the serialization of the array and
related class elements contained it's ok...
i explain better ... i have a Vector declared in CView derived class
typedef vector <CRectTracker*> TrackerVec;
CRectTracker* pTracker;
TrackerVec myVec;
and a function that creates dinamically CRectTracker objects
std::auto_ptr<CRectTracker> pTracker(
new...
actually i have some CRectTracker object in CView class and i need to serialize them...how could i do?i thonk obtaining a CView oointer from within the CDoc and so get access to CView member to serialize...i'm going wrong?
Help please , i need to implement a static function in CView derived class that must return to CDoc derived class the active view pointer...how can i do?
i tried something similar
CSdicap10View* CSdicap10View::GetView()
{
CSdicap10View* pView = GetActiveView();
return pView;
}
it...
thanks for reply but i don't understand if the callback function is called directly by operating system and if it must be a win api function or if i can create a user-defined callback function and i decide to call it calling the function that has its address as an argument
I can't find a good definition and explanation about callback functions in Win32... can someone explain me what are callback functions and how they work and receive parameters?
thanks for help, i've solved the problem starting with a new project and importing cpp and h files...the old project probably was corrupted... i'm building a paint graphic app and i've some problems with flickering view, i've some object of type CRectTracker and other simple graphic objects...
i know there are 2 lists one for cpp and one for h files...yes i'm trying to build my project but it doesn't i get a list of strange errors...and if i try to compile a single class the error above appears...
i've lost my project i can't compile it due to following message:
Cannot compile the file "d:\temp\myfile.h"; no compile tool is associated
with the file extension.
how can i solve?
Thanks
Can someone explain or help me to find some tutorial and sample apps about
API for creating an application that implements a VU METER for audio wave
soundcard device?What API win32 and algorithms i have to use and look for?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.