ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (developme

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 16 Nov 2013 15:03:08 -0800
On Nov 16, 2013, at 2:51 PM, Guy Harris <guy@xxxxxxxxxxxx> wrote:

> On Nov 16, 2013, at 2:12 PM, Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> wrote:
> 
>> Still it seems to be quite complicated ...
> 
> People must do this sort of thing - have DLLs that import stuff from other DLLs - often enough on Windows to make it not *that* painful, right?

Or maybe they only rarely import *data* from DLLs, as

	1) it really *is* that painful

and

	2) code to use data from within the same DLL is more efficient than code to use data from another DLL, so you should do it with a function anyway.