Is there any efficient way to share OpenGL resources in multithreaded programming?
ratprita
Posts
-
OpenGL -
mapyes there are seperators. name1 and value1 are seperated by tab. value1 and value2 are seperated by space. The first line(name1 tab value1 space value2)\n second line(name2 tab value1 space value2)
-
mapyes an STL map. the key will be the name and the value will be the values. text file format is name1value1value2 name2value1value2
-
mapHow to read the contents of a text file and insert in a map? The text file format is name1value1value2 name2value1value2
-
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]
-
Matrix AdditionI want to add 2 matrices (2 dimensional), using 2 methods. 1. Pointer To Array Method 2. Base Address of Array Using Int Pointer Anyone please help me.
-
ThreadingI tried this. I have made the second dialog modeless. My requirement was that when i click on the button on the 1st dialog, 2nd dialog will be activated. Now after making the 2nd dialog modeless, i am getting the 2nd dialog on each click on the 1st dialog's button . ie, more than one dialog(2nd) is activated. What is the problem?
-
ThreadingI have 2 dialog boxes. One for writing into a file and other for reading from the file. I am using 2 threads. One WriteThread and one ReadThread. When i run the application , i am not able to access the 2 dialogs synchronously.When the second dialog is displayed, i am not able to access the first dialog. Means after displaying the second dialog, i have to close it to get the first dialog. Anyone know the solution?
-
coloring a buttonAnyone know how to color the background , Text and the border of the an owner drawn CButton ?
-
Editing the labelsThanks a lot. Its working now
-
Editing the labelsNot adding items to the CTreeCntrl. My problem is that , i have an editable tree, ie, i have checked the edit labels option.i want to know how to accept the label change on the tree. Means how to set the changed label?
-
Editing the labelsyes, CTreeCntrl
-
Editing the labelsAnyone know how to edit the labels of the TreeCntrl and add userdata in the tree.
-
TreeCntrl and ListCntrlI am a fresher in MFC. That is why asking such questions.
-
TreeCntrl and ListCntrlDo anyone know the code for displaying the selected items and its child items of a treecntrl into a listcntrl?
-
Handling keystrokes on TreeCntrlAnyone know the code for Handling keyboard strokes like enter,delete in TreeCntrl?
-
CustomButtonI have made a custom Button with text on the button. I want to change the color of button, color of the text on the button and the border color on the button . I have to use CColorDialog to select the desired color. Anyone know the way, how to do this?
-
Link error [modified]when i changed the main function of a template class into a separate file, i have got a link error.Display is a function in the template class error LNK2001: unresolved external symbol "public: void __thiscall Gen_Queue<int>::Display(void)" (?Display@?$Gen_Queue@H@@QAEXXZ) What may be the problem? Anyone know the solution? I was coding a generic queue. i have made GenericQueue.cpp with functions Add(), delete() and display(). genericQueue.h have the variables and declaration of the functions. In another file GenericQueueMain.cpp i have written the function main() for the generic queue. I have made an object for the GenericQueue and tried to call the functions . Then i got the error-- error LNK2001: unresolved external symbol "public: void __thiscall Gen_Queue<int>::Display(void)" (?Display@?$Gen_Queue@H@@QAEXXZ)
modified on Tuesday, October 13, 2009 6:23 AM
-
Usage of Win32APIs CreateFile(),WriteFile() and ReadFile()I need code urgently. Pls help.