We buy quite a lot of Dell PC's here and they keep arriving with an ever increasing raft of Dell spamware on them. Control point is one of them and we have had numerous issues with it doing things like breaking the wifi on laptops every few hours etc. I would highly recommend uninstalling it.
Charles Keepax
Posts
-
Dell.ControlPoint.exe -
Notepad++ and programmer's editorsPersonally, I have always favoured Notepad++ and Ultraedit; they are both great editors. Lately I have been getting into Vim and finding it quite awesome. The learning curve is a nightmare, but its shaping up to be quite powerful. Still haven't decided if I would make it my go to editor yet though.
-
Unmanaged DLLsAh...... I knew it would be something really annoyingly simple. Thank you both very much for the help. You have no idea the hours of frustration that saved me. Thanks again, Charles
-
Unmanaged DLLsHi, I have a mostly C++ background and have a small VB.NET problem and was hoping for some advice from you guru's out there in VB land. I am using VS.NET 2002, incase anyone know of a problem with that version. I am trying to access functions in a unmanaged DLL from a managed VB application. I can get this to work fine until I use a DLL function that has a string as a parameter. When I call a function with a string as a parameter, although the DLL receives the string correcly, the return value of all future DLL calls is garbage. I have created a small sample application (DLL and VB) to demonstrate the problem. I have posted the code in this post (sorry about that but figured it would be nessecary). Any help would be awesome? Thanks in Advance, Charles Example follows, in the VB application the first two calls to fnTestNumber are handled fine, but the return value from fnTestString and the last fnTestNumber are random. VB Application:
Imports System.Runtime.InteropServices Module Module1 <DllImport("TestDLL.DLL", _ CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl)> _ Function fnTestNumber(ByVal iTest As Long) As Long End Function <DllImport("TestDLL.DLL", _ CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.Cdecl)> _ Function fnTestString(<MarshalAs(UnmanagedType.LPStr)> ByVal szTest As String) As Long End Function Sub Main() Dim retcode As Long retcode = fnTestNumber(9876) retcode = fnTestNumber(7654) retcode = fnTestString("DATAFILE1.DAT") retcode = fnTestNumber(1234) End Sub End Module
C++ DLL:__declspec(dllexport) int fnTestNumber(int iTest) { return iTest; } __declspec(dllexport) int fnTestString(const char* szTest) { return 42; }
-
Small class sizes ?Perhaps you should just ask them how they run a school on nothing?
-
WOTDWhat utter madness. The bit I am still trying to figure out, apart from him clearly not being white, is "My ancestors where nazis" and "I'm Inuit", where there a lot of Inuit nazi's in WWII? And further more if he stabbed and killed someone in 2004 what the hell is he doing being out of jail 3 years later? All's I can say is WOW!
-
What does DVD stand for?Its digital versatile disk, but you can kinda see where the video confusion came from.
-
Ebay has me depressed...To be fair I find the exact opposite to be true a lot of the time. I often want to get a bargin on ebay but then it turns out if I hunt about I get things cheaper in the shops. I guess it depends on what you are selling/buying.
-
Error CorrectionJust wondering if any of you fine lounge chaps might have any good recommended books covering information theory, specifically error correction codes and the like. Preferrably quite detailed on the maths side of things. Thanks in advance, Charles
-
Free pdf editorI think open office has a PDF creator dunno if it allows for editing of existing PDFs though. And also it seems to be a bit funny on trying to make you pay for it these days.
-
Isn't analyzing genes similar to analyzing the bytecode/nativecode? [modified]Yeah, if only the human gnome had a nice handy FAT sector we could look up all those files in :-)
-
Can music be regenerated virtually?Isn't a MIDI file essentially just that?
-
Busses, You wait for ages then 3 turn up at onceThis is actually quite common with the Halifax bank of Amazingly Useless. Its been happening to a mate of mine for about 2 years, although, only with about 100 peoples statements. He has contacted them numerous times about it and they simple keep assuring him that the only way a bank statement can be sent to his house is if that person changes their address. I personally closed all my accounts with them due to amazingly inability to run a bank.
-
3D games in c# -
Radar DetectorsThat film is amazing.
-
Which file extension are you???lol... I got .*
-
Who is the best web hosting provider?I use IX and have found them excellent in every way. :-)
-
Brave Captn' vs PiratesFitting for international talk like a pirate day. http://www.talklikeapirate.com/
-
Do you give her the ring when you propose?Personally, I took her best friend with me to help me choose the engagement ring. Then obviously she chose her own wedding ring.
-
Interesting FIFA stuffSurely that means England's best shot would have been 1998?