Click here to Skip to main content
15,879,096 members

Toby Opferman - Professional Profile



Summary

    Blog RSS
90,309
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.


 
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 
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 
I actually don't make any reccomendations for the compiler you use and actually when you use the makefile environment the compiler should be quite abstracted from the development. The developer can use whatever editor they want (I use SlickEdit for example) and then the build environment uses the correct compiler for the job. For example, I used an development environment before where some binaries were compiled using Intel (for optimiations of a particular componet) while majority of the project was done using VC. The makefiles just used the correct compiler. The developer also was pretty unware when the environment was ported from 6.0 to 2005 and it was likely done in a few projects at a time.

As for Borland and Watcom I really haven't used them or seen them being used since the DOS days. The makefile environment I have is again quite simple and in the makefiles I actually define directly the compiler and options. In a true environment the compiler is apart of the master build make files and the make files being used by the developer are attempted to be more independnet of being tied or defining the compiler (so the entire project cna be redefined much easier).

So, the articles I have were done in VC 6.0 and this is likely the easiest to use since they were made specifcally with that in mind. However you should be able to change the makefiles to make them build for any compiler with a little bit of work (Since I do not have a sophiscated build environment to make things more abstract).

8bc7c0ec02c0e404c0cc0680f7018827ebee

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 
GeneralRe: Leave me a message Pin
Member 124152572-Jan-17 13:34
Member 124152572-Jan-17 13:34 
GeneralRe: Leave me a message Pin
Toby Opferman26-Sep-17 19:31
Toby Opferman26-Sep-17 19:31 

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.