Click here to Skip to main content
15,902,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: ClassWizard not displayed Pin
David Crow6-Apr-09 6:38
David Crow6-Apr-09 6:38 
AnswerRe: ClassWizard not displayed Pin
prithaa7-Apr-09 2:32
prithaa7-Apr-09 2:32 
QuestionPC based application using Microsoft Bluetooth Stack Pin
Kevin Geary5-Apr-09 16:47
Kevin Geary5-Apr-09 16:47 
AnswerRe: PC based application using Microsoft Bluetooth Stack Pin
Soundman32.26-Apr-09 0:32
Soundman32.26-Apr-09 0:32 
GeneralRe: PC based application using Microsoft Bluetooth Stack Pin
Kevin Geary6-Apr-09 1:43
Kevin Geary6-Apr-09 1:43 
GeneralRe: PC based application using Microsoft Bluetooth Stack Pin
Soundman32.26-Apr-09 1:53
Soundman32.26-Apr-09 1:53 
QuestionInterfacing with an Maxatec POS receipt printer, printing "downloaded images" Pin
Sternocera5-Apr-09 8:00
Sternocera5-Apr-09 8:00 
AnswerRe: Interfacing with an Maxatec POS receipt printer, printing "downloaded images" Pin
Iain Clarke, Warrior Programmer6-Apr-09 1:56
Iain Clarke, Warrior Programmer6-Apr-09 1:56 
My suspicion is that the printer has an 8x8 dot head.

So, anything it prints will have to be in multiples of 8. But they then have a choice. Ask people to set the size, but trust them to set the size on multiples of 8? Or make the parameter be number of "heads", rather than number of dots.

So, you send:
9x3, which means 9 heads wide, and 3 heads deep, which means 72 dots by 24 dots.

I hope that gives you a lightbulb moment! I've had similar fun working with an LCD remote display device in the past.

Iain.

In the process of moving to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), give me a job!

GeneralRe: Interfacing with an Maxatec POS receipt printer, printing "downloaded images" Pin
Sternocera6-Apr-09 3:12
Sternocera6-Apr-09 3:12 
QuestionArchitectural problem Pin
0x3c05-Apr-09 6:27
0x3c05-Apr-09 6:27 
AnswerRe: Architectural problem Pin
Stuart Dootson5-Apr-09 11:44
professionalStuart Dootson5-Apr-09 11:44 
GeneralRe: Architectural problem Pin
0x3c06-Apr-09 4:34
0x3c06-Apr-09 4:34 
GeneralRe: Architectural problem Pin
Stuart Dootson6-Apr-09 7:38
professionalStuart Dootson6-Apr-09 7:38 
GeneralRe: Architectural problem Pin
0x3c07-Apr-09 1:54
0x3c07-Apr-09 1:54 
GeneralRe: Architectural problem Pin
Stuart Dootson7-Apr-09 2:02
professionalStuart Dootson7-Apr-09 2:02 
GeneralRe: Architectural problem Pin
0x3c07-Apr-09 5:49
0x3c07-Apr-09 5:49 
AnswerRe: Architectural problem Pin
Garth J Lancaster5-Apr-09 17:41
professionalGarth J Lancaster5-Apr-09 17:41 
QuestionHuffman coding Pin
krish_amrita5-Apr-09 6:15
krish_amrita5-Apr-09 6:15 
AnswerRe: Huffman coding Pin
Cedric Moonen5-Apr-09 7:20
Cedric Moonen5-Apr-09 7:20 
AnswerRe: Huffman coding Pin
Luc Pattyn5-Apr-09 8:25
sitebuilderLuc Pattyn5-Apr-09 8:25 
AnswerRe: Huffman coding Pin
Stuart Dootson5-Apr-09 11:46
professionalStuart Dootson5-Apr-09 11:46 
QuestionHow to override TR1 "function class"' operator()(****)//many parameters ? Thanks! The code is as follows. Pin
yjred5-Apr-09 5:20
yjred5-Apr-09 5:20 
AnswerRe: How to override TR1 "function class"' operator()(****)//many parameters ? Thanks! The code is as follows. Pin
Stuart Dootson5-Apr-09 11:50
professionalStuart Dootson5-Apr-09 11:50 
QuestionCTabCtrl Usage. Pin
FISH7865-Apr-09 2:57
FISH7865-Apr-09 2:57 
QuestionRe: CTabCtrl Usage. Pin
yjred5-Apr-09 5:03
yjred5-Apr-09 5:03 

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.