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.

4 Posted Topics

Member Avatar for something78

[QUOTE=something78;831265]hi there, thanks for the reply. is there any other site that i can visit? cant seems to be able to go into the site you given...[/QUOTE] Why cant you access it. Heres the site content As they say Necessity is mother of invention, I recently got a Jabra BT3030 …

Member Avatar for Seten
0
10K
Member Avatar for jammmie999

So I have implemented a CSS3 transition to scroll a wide image across the screen using this code [code] animation-name:scrolling; animation-duration: 20s; animation-iteration-count: infinite; animation-timing-function: linear; @keyframes scrolling { 0% { background-position: 0% 0%; } 100% { background-position: -2000px 0%; } } [/code] Works fine, but after 20 seconds it …

0
59
Member Avatar for jammmie999

Hey Guys, I am trying to call a function in my DDL file [code] char DLL[1024]; _getcwd(DLL, 1024); strcat(DLL, "\\LoremIpsum.dll"); HMODULE Test = LoadLibrary(DLL); PluginEntry Entry = (PluginEntry)GetProcAddress(Test, "PluginEntry"); Entry(); FreeLibrary(Test); [/code] yet on Entry(); I get an access violation in 0xC0000005. What am I doing wrong? Thanks

Member Avatar for jammmie999
0
799
Member Avatar for jammmie999

Hello About a month ago I was beta testing Win 7. It worked fine for a while and then the keybord and mouse went off whilst I was using the pc. So I restarted the pc. Now the pc wont start and I get a message "keyboard error or no …

Member Avatar for HoustonIT
0
216

The End.