[ntdev]more than 4 combolists in NT4 inf without providing GUI dll

Hi,

I have a NT4 inf which has 4 combolists without providing GUI dll. It
works properly. However, when I add one more combolist in. This
combolist can not be shown up. However, if I delete one of the old
combolist and keep the number of combolists to be 4, it works properly.

Question: Does there is the way to make it work and without providing the
GUI dll?

Attached with the partial source code as follows:
[FileDependentDlgENG]
DlgType = “MultiCombo”
DlgTemplate = “EE_16”
Caption = $(FunctionTitle)
Combo1Label = “&Virtual LAN Number:”
Combo1List = $(VLANList)
Combo1Out = $(VLANValue)
Combo2Label = “&Receive Buffers”
Combo2List = $(RcvBufList)
Combo2Out = $(RcvBufValue)
Combo3Label = “&Transmit Buffers”
Combo3List = $(XmtBufList)
Combo3Out = $(XmtBufValue)
Combo4Label = “&Collect Modes”
Combo4List = $(CollectList)
Combo4Out = $(CollectValue)
Combo5Label = “&Fddi Modes”
Combo5List = $(FddiList)
Combo5Out = $(FddiValue)

ComboListItemsIn = {Combo1List, Combo2List, Combo3List, Combo4List,
Combo5List}
ComboListItemsOut = {Combo1Out, Combo2Out, Combo3Out, Combo4Out,
Combo5Out}