Hi, i need highly optimized image(bitmap) processing classes. There are lots of scaling, shadowing, blurring, warping and pixel-manipulating operations for my OwnerDrawn Inerfaces. I can use GDI / GDI+ (when XOR mode is possible again) / DirectDraw,Direct3D or the Intel IPP Package(comparatively cheap). Which is the best one? I use only INTEL processors, so the CPU dependence (IPP) does not matter. Thanxs ! Marco
Koep
Posts
-
Bitmap Manipulation Intel-Optimized ? -
Gateway IP under Win NTHello, how can i get the Geteway IP Address ( or List ) in a Windows NT system. Thanxs Marco
-
MSChart.ocx Axis Scaling at runtime ?Hi, does anybody know how i can make some changes at the axis scaling of a MSChart Control at runtime ? Marco
-
How can I leave a CButton in pressed state ?Ahhhh, Thanxs a lot ! Marco
-
How can I leave a CButton in pressed state ?Hello, i want to leave the CButton ( Pushbutton ) in pressed state until i press him again. How can i solve this problem ? Thanks ! Marco
-
how can I suppress sending ICMP Messages ?Hi, i have a own protocol stack implementation in Windows2000. Wenn i send an udp Frame with a port xxxx ( to the Win2000 PC ), the WinSock Part of the OS sends an ICMP Message at the sender with Type 3 : Destination unreachable Code 2 : Port unreachable. It doesn't matter to my program, because i can get the frame and make my own processing. But how can i prevent these messages. I think i could bind a (the)udp port to a socket and listen. But these isn't quite good. Can anybody help me ? Marco
-
How to call a Help File (.chm) ?Hi, i have 2 questions about helpfile handling : 1 : How can i open a Help file from the Application ? 2 : How can i open a Help file with a specific topic ? Thanks ! Marco
-
How to get Scroll Mouse Events ?Thanxs, can u give me the some more implementation hints, because i don't know such message related thinks ? Marco
-
Losing Classes in VC6In this case i make "Save All" and the classes are in the class tree again. Marco
-
How to get Scroll Mouse Events ?Hi, how can i catch Scroll Mouse events (like OnVScroll) in my ListControl ? Marco
-
OnVScroll Listcontrol Scroll MouseHi, when the List is scrolled, i've to hide a edit control ( editable sub items ;) ). But i can't find the scroll event message in the class wizard. I use a scroll mouse. Can somebody help me ? Marco
-
Problems with CArrayHave u ever worked with CArray ? Marco
-
TCP header checksum calculationI can't help you. But which Packet driver do you use, i have a similar project, but not with TCP. Marco
-
Problems with CArray UpdatedIt's an assert error at runtime. Pointer Access Error ! i've tried only to make an array of CEndPointsGroup-Pointer. :( Marco
-
Problems with CArray UpdatedHi, i believe that i have a problem to create a instance of the following object. Declaration : CArray <CEndPointGroup*,CEndPointGroup*> m_arEndPointGroups; Add Pointer : CEndPointGroup* _pEndPointGroup = NULL; _pEndPointGroup = new CEndPointGroup(_groupname); m_arEndPointGroups.Add(_pEndPointGroup); At the last line i get an error. It seems that the arEndPointGroups-object is wrong allocated. What do i wrong ? Marco
-
Problems with CArrayHi, i believe that i have a problem to create a instance of the following object. Declaration : CArray m_arEndPointGroups; Add Pointer : CEndPointGroup* _pEndPointGroup = NULL; _pEndPointGroup = new CEndPointGroup(_groupname); m_arEndPointGroups.Add(_pEndPointGroup); At the last line i get an error. It seems that the arEndPointGroups-object is wrong allocated. What do i wrong ? Marco
-
Problems with MenuEvents on ControlsHmm, yes these are all standard controls. :( Marco
-
Problems with MenuEvents on ControlsHi, the message handler code is in CMainFrame, but it is not called if the focus is at the control. The menuitem code CMainFrame::On... should work at the whole application, independently which control the focus has. Marco
-
Problems with MenuEvents on ControlsHi, i've made a menu with a few items. The called handlers are in "MainFrm.cpp" as On... implemented. So far so good... BUT when the focus is on an control in a sdi view of the main program i can't get the event. My Program does nothing when i click on the menuitem. How can my control get informed, when a menuitem event is fired ? Marco
-
VBSript and Events/Connection PointsSee following thread: "VBScript and COM Inf. with ByRef" Marco