Click here to Skip to main content
15,615,280 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CBitmap::LoadBitmap Strange Result From CIMage::Load and CBitmap::Attach "used TransparentBLT thank you all" Pin
ForNow20-Oct-21 8:46
ForNow20-Oct-21 8:46 
QuestionLinking to bluetooth library - voluntarily moved from "quick answers" forum Pin
Member 1496877118-Oct-21 6:15
Member 1496877118-Oct-21 6:15 
AnswerRe: Linking to bluetooth library - voluntarily moved from "quick answers" forum Pin
k505418-Oct-21 6:56
mvek505418-Oct-21 6:56 
AnswerRe: Linking to bluetooth library - voluntarily moved from "quick answers" forum Pin
k505418-Oct-21 7:05
mvek505418-Oct-21 7:05 
AnswerRe: Linking to bluetooth library - voluntarily moved from "quick answers" forum Pin
Member 1496877119-Oct-21 5:54
Member 1496877119-Oct-21 5:54 
GeneralRe: Linking to bluetooth library - voluntarily moved from "quick answers" forum Pin
k505419-Oct-21 7:19
mvek505419-Oct-21 7:19 
GeneralRe: Linking to bluetooth library - voluntarily moved from "quick answers" forum Pin
Member 1496877119-Oct-21 7:36
Member 1496877119-Oct-21 7:36 
GeneralRe: Linking to bluetooth library - voluntarily moved from "quick answers" forum Pin
Member 1496877121-Oct-21 9:00
Member 1496877121-Oct-21 9:00 
Update
1. installing libbluetooth-dev package installs libbluetooth.a and libbluetooth.so
AKA there is NO libbluetooth-dev library
2. linker options are
-l:libbluetooth.a
-L/usr/lib/x86_64-linux-gnu

build process links and application runs as local , no crosscompiler, on "host" PC


pre lang="text">
Building target: TEST_BT
Invoking: GCC C++ Linker
g++ -L/usr/lib/x86_64-linux-gnu -v -o "TEST_BT" ./src/TEST_BT.o -l:libbluetooth.a
Using built-in specs.
COLLECT_GCC=g++



Can anybody educate me about the ":" in -l:libbluetooth.a.

I ADDED it in Eclipse options.

WHY ?
GeneralRe: Linking to bluetooth library - voluntarily moved from "quick answers" forum Pin
Richard MacCutchan21-Oct-21 21:33
mveRichard MacCutchan21-Oct-21 21:33 
Generall:libbluetooth.a ?? Pin
Member 1496877122-Oct-21 8:00
Member 1496877122-Oct-21 8:00 
QuestionLatest Visual Studio (16.11.5) does not show the Resources or Classes (C++/MFC) Pin
Maximilien18-Oct-21 4:43
Maximilien18-Oct-21 4:43 
AnswerRe: Latest Visual Studio (16.11.5) does not show the Resources or Classes (C++/MFC) Pin
Mircea Neacsu18-Oct-21 5:08
Mircea Neacsu18-Oct-21 5:08 
AnswerRe: Latest Visual Studio (16.11.5) does not show the Resources or Classes (C++/MFC) Pin
Victor Nijegorodov18-Oct-21 9:21
Victor Nijegorodov18-Oct-21 9:21 
AnswerRe: Latest Visual Studio (16.11.5) does not show the Resources or Classes (C++/MFC) (FIXED) Pin
Maximilien21-Oct-21 6:11
Maximilien21-Oct-21 6:11 
QuestionDialog GetClientRect vs RichEdit ClientRect doesnt seem correct Pin
ForNow17-Oct-21 5:52
ForNow17-Oct-21 5:52 
AnswerRe: Dialog GetClientRect vs RichEdit ClientRect doesnt seem correct Pin
Richard Andrew x6417-Oct-21 14:50
professionalRichard Andrew x6417-Oct-21 14:50 
GeneralRe: Dialog GetClientRect vs RichEdit ClientRect doesnt seem correct Pin
ForNow17-Oct-21 15:31
ForNow17-Oct-21 15:31 
AnswerRe: Dialog GetClientRect vs RichEdit ClientRect doesnt seem correct Pin
Richard MacCutchan17-Oct-21 22:02
mveRichard MacCutchan17-Oct-21 22:02 
QuestionInserting a Bitmap into a RichEditctrl Pin
ForNow13-Oct-21 14:08
ForNow13-Oct-21 14:08 
SuggestionRe: Inserting a Bitmap into a RichEditctrl Pin
David Crow14-Oct-21 9:10
David Crow14-Oct-21 9:10 
GeneralRe: Inserting a Bitmap into a RichEditctrl Pin
ForNow14-Oct-21 9:49
ForNow14-Oct-21 9:49 
QuestionUnable to initialize of clear initial buffer or value of richeditcontrol Pin
ForNow7-Oct-21 13:15
ForNow7-Oct-21 13:15 
AnswerRe: Unable to initialize of clear initial buffer or value of richeditcontrol Pin
Richard MacCutchan7-Oct-21 21:53
mveRichard MacCutchan7-Oct-21 21:53 
GeneralRe: Unable to initialize of clear initial buffer or value of richeditcontrol Pin
ForNow7-Oct-21 21:58
ForNow7-Oct-21 21:58 
GeneralRe: Unable to initialize of clear initial buffer or value of richeditcontrol Pin
Richard MacCutchan7-Oct-21 22:34
mveRichard MacCutchan7-Oct-21 22:34 

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.