Click here to Skip to main content
15,888,351 members

Toby Opferman - Professional Profile



Summary

    Blog RSS
90,323
Author
810
Authority
510
Debator
10
Editor
20
Organiser
1,371
Participant
0
Enquirer
Toby Opferman has worked in just about all aspects of Windows development including applications, services and drivers.

He has also played a variety of roles professionally on a wide range of projects. This has included pure researching roles, architect roles and developer roles. He also was also solely responsible for debugging traps and blue screens for a number of years.

Previously of Citrix Systems he is very experienced in the area of Terminal Services. He currently works on Operating Systems and low level architecture at Intel.

He has started a youtube channel called "Checksum Error" that focuses on software.
https://www.youtube.com/channel/UCMN9q8DbU0dnllWpVRvn7Cw

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
Generaldebugging on win9x Pin
fufu19798-Aug-06 9:15
fufu19798-Aug-06 9:15 
GeneralRe: debugging on win9x Pin
Toby Opferman8-Aug-06 10:32
Toby Opferman8-Aug-06 10:32 
GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 4:32
Aeneas3213-Aug-06 4:32 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 7:05
Toby Opferman13-Aug-06 7:05 
GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 7:27
Aeneas3213-Aug-06 7:27 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 7:56
Toby Opferman13-Aug-06 7:56 
GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 8:11
Aeneas3213-Aug-06 8:11 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 8:33
Toby Opferman13-Aug-06 8:33 
The GUI should still work, just create your files as ".C" and probably just have to select "C++ Project". So while the option to create a "C" project is not there, it's likely just implied with "C++" provided you name the files appropriately. THe only problem would be if they default some of the command line options inapproprately for C++, which would then just need to be changed.

I do not use the GUI and have not for a long time though. I like to use makefiles and build environments and work from the command line. It is much easier for me this way to build large projects and independent projects together (I just do nmake from top directory). The build environment I had was very simple I am actually thinking of switching to the latest DDK build environment, would be easier for other people to setup as well then.

Mostly I just use makefile, very little batch files unless really nesecary. So just do "nmake" and build the project. Any batch files would likely just be called from the makefiles anyway and not exposed to the developer. The batch files would also be dependent on the build environment, for example sometimes people use "perl" or "VB Script" to get called from their build environment or other exe files to do special things like build installation and setup programs, call install shield, or whatever they need to do.

8bc7c0ec02c0e404c0cc0680f7018827ebee

GeneralRe: Compiler Recommendation Pin
Aeneas3213-Aug-06 8:59
Aeneas3213-Aug-06 8:59 
GeneralRe: Compiler Recommendation Pin
Toby Opferman13-Aug-06 9:23
Toby Opferman13-Aug-06 9:23 
GeneralRe: Compiler Recommendation Pin
Aeneas3216-Aug-06 21:23
Aeneas3216-Aug-06 21:23 
QuestionHello. Please check this out. [modified] Pin
[Bit]Will24-Nov-06 14:52
[Bit]Will24-Nov-06 14:52 
AnswerRun EXE From Driver Using ZwCreateFile Pin
patelj8-Dec-06 9:14
patelj8-Dec-06 9:14 
GeneralRe: Leave me a message Pin
mahesh kumar s1-Dec-06 4:20
mahesh kumar s1-Dec-06 4:20 
QuestionKeyboard Device Driver Pin
Willian Tell16-May-07 7:16
Willian Tell16-May-07 7:16 
QuestionRe: Leave me a message Pin
TheSane27-Oct-07 10:28
TheSane27-Oct-07 10:28 
AnswerRe: Modem restart Pin
sabarin_wipro24-May-08 8:59
sabarin_wipro24-May-08 8:59 
GeneralRe: Leave me a message Pin
nickpoole18-Sep-08 15:46
nickpoole18-Sep-08 15:46 
GeneralRe: Leave me a message Pin
reza matinnejad14-Feb-09 1:16
reza matinnejad14-Feb-09 1:16 
GeneralRe: Leave me a message Pin
shujinrain7-Mar-09 7:33
shujinrain7-Mar-09 7:33 
QuestionWDDM win 7 driver Pin
timmerov19-Mar-11 10:45
timmerov19-Mar-11 10:45 
GeneralRe: Leave me a message Pin
marc102424-Nov-11 8:31
marc102424-Nov-11 8:31 
GeneralRe: Leave me a message Pin
dileepaucsc27-Jun-12 19:48
dileepaucsc27-Jun-12 19:48 
Generalwin driver Pin
the.guard19-Mar-13 9:38
the.guard19-Mar-13 9:38 
GeneralRe: Leave me a message Pin
billlovecode1-Jun-13 16:16
billlovecode1-Jun-13 16:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.