Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
About Me

System Programmer

Interests
OpenGL ES DirextX9 Shaders
Favorite Tags
Member Avatar for EMT

Hi, In my python application I am importing my module from a xyz[B].[/B]dll. When I try to import my module from the xyz[B].[/B]dll the python shows error no xyz module found. But after [B]renaming the xyz.dll to xyz.pyd[/B] the same python code ([COLOR="Red"]without any change[/COLOR]) imports my module easily. The …

Member Avatar for TrustyTony
0
585
Member Avatar for EMT

Hi, Below is the code I am compiling to a .dll & .lib but when I try to import the "Rand" module I get [B]ImportError: No module named Rand[/B], I renamed the .dll to .pyd then this error is removed but when I call the sub module Rand.myRand(10,30) it crashes …

Member Avatar for EMT
0
190
Member Avatar for EMT

What is the difference between SDL and EGL ? Can we use OpenGL ES with both ? If my device has support for SDL or EGL then I hope I need to know any one of them. Kindly Help. :confused:

0
66
Member Avatar for EMT

Hi, I was wondering that how people manage to get a HD resolution game @30fps on a server machine. My calculation shows it needs [B]210Mbps[/B](24 * 30 * 640 * 480) bandwidth for a [B]640x480[/B] resolution [B]@30fps[/B]. Adding audio will increase it further. On [I]Gaikai[/I] website they claim to achieve …

Member Avatar for Aranarth
0
171
Member Avatar for EMT

Hi, I am having following code, [CODE] char str[] = "FULL MOON" printf("%c",*str); printf(" for %s",str); [/CODE] This gives output as [B]F for FULL MOON[/B] What exactly is happening inside the str,*str,str[] ? I am lost in the behavior of char array and char pointers. Kindly Help.:(

Member Avatar for WaltP
0
144
Member Avatar for EMT

I am not getting the difference between the [B][COLOR="Red"]action and onsubmit[/COLOR][/B] tags of the form in html. [CODE] <form method=GET action="xyz.php" onsubmit="return xyz()"> [/CODE] my problem is [B][COLOR="Red"]"which will be called when"[/COLOR][/B] and [B]limitations of each tag[/B].Kindly Help....:(

Member Avatar for pritaeas
0
361
Member Avatar for EMT

I have created a dll and I want to use its functions in my other projects using Visual Studio 2008.Kindly Help...:icon_sad:

Member Avatar for EMT
0
144