ToughDev

Code. Crack. Create. Contribute

  • Blog
  • Software
  • Hardware
  • VoIP
  • Microcontroller
  • Radio/TV
  • Retro
  • Reviews
  • Highlights
  • Reverse-engineer
  • Studio

C#

C# VB.NET 

New Features in VB 9.0 and C# 3.0

June 1, 2009May 4, 2023 ToughDev 0 Comment

The following is a list of some new language-specific features available to C# 3.0 and VB 9.0, available in Visual

Read more
.NET Framework C# CodeProject 

P/Invoking C++ callback functions crashes when .NET application is not in focus

May 13, 2009April 4, 2023 ToughDev 0 Comment

A C++ DLL exports one function having its only parameter as a pointer to another function: #define AFX_EXT_CLASS __declspec(dllexport)typedef void

Read more
C# VB.NET 

Use the DefaultEvent attribute in .NET

March 16, 2009 ToughDev 0 Comment

The DefaultEvent attribute indicates a class’s default event. If the class is a component and you double-click on it in

Read more
C# 

Bit-fields in C++

February 21, 2009 ToughDev 0 Comment

Classes and structures can contain members that occupy less storage than an integral type. These members are specified as bit

Read more
C# 

Accessing WIN32 API functions from C++ CLI

February 21, 2009 ToughDev 1 Comment

First, add the following declaration to stdafx.h: // TODO: reference additional headers your program requires here #include “windows.h” For example,

Read more
C# 

C++ Read/Write files

January 8, 2009 ToughDev 0 Comment

Write binary data to file using namespace std; BYTE* buffer; ofstream fout(“file.dat”, ios::binary); fout.write((char *)(&buffer), sizeof(number)); fout.close(); Reference: Simple File

Read more
.NET Framework C# VB.NET 

Late-binding in .NET

October 22, 2008 ToughDev 0 Comment

Early-binding: Variable types are defined at compile time (e.g. string, integers): String st = “hello world”;Boolean ok = st.Contains(“hello”); The

Read more

About ToughDev

Since 2008, ToughDev has explored embedded systems, software development, reverse engineering, and retro computing, bridging legacy hardware with modern software. Our work spans mobile applications, VoIP, microcontroller firmware, and hands-on development with vintage and undocumented systems.

Recent work includes the Super 8086 Box PC XT emulator, the dsMP3 embedded radio, and detailed teardowns of vintage PCs such as the Tandy 2500RSX.

If you’re interested in technical consulting, custom development, or engaging us on a project, please visit our home page to learn more about our work or request a quotation.

For website-related matters, broken links, general technical questions, or other technical issues with this site, please contact the webmaster.

Recent Comments

  • OCTAGRAM on Emulating dual Hercules+CGA monitors setup with DOSBox
  • Daniel on Fujitsu Siemens FSC Futro S210 thin client
  • Claribel F. Aviles on Free USA DID Number
  • ToughDev on Programming the Tektronix TDS 340 100MHz digital storage oscilloscope
  • LINTON BROWN on Programming the Tektronix TDS 340 100MHz digital storage oscilloscope
  • Ed on Integrating DigiCert Click-to-Sign with InstallShield to sign both setup.exe and bundled MSI file
  • raymai97 on Open Windows Write (WRI) files on Windows 11 using legacy versions of WordPad
  • N8VES on Portable 500m AM transmitter from AliExpress
  • ToughDev on Super 8086 Box, my home-built PC XT emulator with Adlib, MPU-401, joystick and NE2000 support
  • Snocrash on Super 8086 Box, my home-built PC XT emulator with Adlib, MPU-401, joystick and NE2000 support
  • ToughDev on Repairing a vintage Macintosh SE/30
  • ToughDev on Compaq Contura 3/25C 80386 Laptop
  • BHS on Compaq Contura 3/25C 80386 Laptop
  • Abdullah Ibna Jafar on Repairing a vintage Macintosh SE/30
  • ToughDev on Programming the Tektronix TDS 340 100MHz digital storage oscilloscope
  • Анатолий on Programming the Tektronix TDS 340 100MHz digital storage oscilloscope
  • ToughDev on Programming the Tektronix TDS 340 100MHz digital storage oscilloscope
  • Анатолий on Programming the Tektronix TDS 340 100MHz digital storage oscilloscope
  • ToughDev on Programming the Tektronix TDS 340 100MHz digital storage oscilloscope
  • Анатолий on Programming the Tektronix TDS 340 100MHz digital storage oscilloscope
Follow @mrtoughdev

Tags

3cx 68k 80386 adlib amiga c++ call control api cctv ch375 ch376 commodore data recovery dosbox dspic embedded ffmpeg intel atom iOS macintosh macintosh se mac os microsoft office mini pc ms dos printer radio raspberry pi retro68 rf rtsp scsi2sd tecsun turbo c turbo pascal ubuntu virtualbox voip wifi windows windows 11 windows 98 WordPress word processor xCode z80

Archives

  • 2025 (10)
  • 2024 (12)
  • 2023 (14)
  • 2022 (12)
  • 2021 (12)
  • 2020 (12)
  • 2019 (12)
  • 2018 (13)
  • 2017 (12)
  • 2016 (13)
  • 2015 (29)
  • 2014 (17)
  • 2013 (16)
  • 2012 (12)
  • 2011 (16)
  • 2010 (30)
  • 2009 (53)
  • 2008 (53)

Featured

Mobile Development
VoIP
Macintosh 68k
Logic Analyzer
Microcontroller
Oscilloscope
Radio/TV
Reverse-engineer

Tools

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Copyright © 2025 ToughDev. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.